From c0a526e8356479d9a8e5c985fc99acf05a2ce4cc Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 6 Jul 2012 10:53:26 -0700 Subject: [PATCH] timespec-sub: avoid duplicate include --- ChangeLog | 6 ++++++ lib/timespec-sub.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dac54c2393a..a529c07d929 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-07-06 Paul Eggert + + Merge from gnulib, incorporating: + 2012-07-06 timespec-sub: avoid duplicate include + Reported by Juanma Barranquero. + 2012-07-06 Glenn Morris * make-dist [update]: Let autoreconf figure out what needs updating. diff --git a/lib/timespec-sub.c b/lib/timespec-sub.c index 0b3bb1b57e1..7c4c781b7f6 100644 --- a/lib/timespec-sub.c +++ b/lib/timespec-sub.c @@ -21,7 +21,6 @@ overflow, return an extremal value. This assumes 0 <= tv_nsec <= 999999999. */ -#include #include #include "timespec.h" -- 2.30.2